[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Gets a total count of values in the collection.
Namespace: Wintellect.PowerCollections
Assembly:
PowerCollections (in PowerCollections.dll)
Syntax
| C# |
|---|
protected override sealed int CountAllValues() |
| Visual Basic (Declaration) |
|---|
Protected Overrides NotOverridable Function CountAllValues As Integer |
| Visual C++ |
|---|
protected:
virtual int CountAllValues () override sealed |
Return Value
The total number of values associated with all keys in the dictionary.
See Also